object ChgCouleurForm: TChgCouleurForm Left = 320 Top = 186 ActiveControl = BOk BorderStyle = bsDialog Caption = 'Remplacer une couleur' ClientHeight = 201 ClientWidth = 297 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 40 Top = 16 Width = 51 Height = 13 Caption = 'Couleur 1 :' end object LblN: TLabel Left = 16 Top = 80 Width = 48 Height = 13 Caption = 'Tol'#233'rance' end object Label2: TLabel Left = 168 Top = 16 Width = 51 Height = 13 Caption = 'Couleur 2 :' end object SB1: TSpeedButton Left = 16 Top = 32 Width = 23 Height = 22 GroupIndex = 1 Flat = True end object SB2: TSpeedButton Left = 144 Top = 32 Width = 23 Height = 22 GroupIndex = 1 Flat = True end object BAnnuler: TButton Left = 208 Top = 160 Width = 75 Height = 25 Cancel = True Caption = 'Annuler' TabOrder = 0 OnClick = BAnnulerClick end object BOk: TButton Left = 128 Top = 160 Width = 75 Height = 25 Caption = 'Ok' Default = True TabOrder = 1 OnClick = BOkClick end object BApercu: TButton Left = 16 Top = 160 Width = 75 Height = 25 Caption = 'Aper'#231'u' TabOrder = 3 OnClick = BApercuClick end object TBN: TTrackBar Left = 10 Top = 96 Width = 279 Height = 33 Max = 100 Orientation = trHorizontal PageSize = 5 Frequency = 5 Position = 30 SelEnd = 0 SelStart = 0 TabOrder = 2 ThumbLength = 15 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = TBNChange end object ColorEdit1: TColorEdit Left = 40 Top = 32 Width = 89 Height = 22 BorderStyle = bsSingle Color = clBlack CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end object ColorEdit2: TColorEdit Left = 168 Top = 32 Width = 80 Height = 22 BorderStyle = bsSingle Color = clWhite CustomText = 'Autres couleurs...' ColorDialog = MainForm.GlobalColorDialog ReadOnly = False OnChange = ColorEditChange end end